enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Equipements et services sur la commune de Baule

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
COLL_NOM
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
coll_nom
Type
texte
Exemple
                       
COLL_SIRET
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
coll_siret
Type
texte
Exemple
                       
EQUIP_UID
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_uid
Type
texte
Exemple
                       
EQUIP_THEME
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_theme
Type
texte
Exemple
                       
EQUIP_CODE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_code
Type
texte
Exemple
                       
EQUIP_TYPE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_type
Type
texte
Exemple
                       
EQUIP_NOM
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_nom
Type
texte
Exemple
                       
ADR_NUMERO
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adr_numero
Type
texte
Exemple
                       
ADR_NOMVOIE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adr_nomvoie
Type
texte
Exemple
                       
ADR_CODEPOSTAL
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adr_codepostal
Type
texte
Exemple
                       
ADR_COMMUNE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adr_commune
Type
texte
Exemple
                       
ADR_CLE_INTEROP
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adr_cle_interop
Type
texte
Exemple
                       
ERP_ID
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
erp_id
Type
texte
Exemple
                       
ERP_TYPE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
erp_type
Type
texte
Exemple
                       
ERP_CATEGORIE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
erp_categorie
Type
texte
Exemple
                       
EQUIP_LAT
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_lat
Type
texte
Exemple
                       
EQUIP_LONG
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_long
Type
texte
Exemple
                       
EQUIP_OUVERTURE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_ouverture
Type
texte
Exemple
                       
EQUIP_TEL
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_tel
Type
texte
Exemple
                       
EQUIP_EMAIL
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_email
Type
texte
Exemple
                       
EQUIP_WEB
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_web
Type
texte
Exemple
                       
point_geo
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
point_geo
Type
geo_point_2d
Exemple
                       

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"equipements-et-services-sur-la-commune-de-baule",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/equipements-et-services-sur-la-commune-de-baule"
      }
    ]
    ,
  • "definitions":
    {
    • "equipements-et-services-sur-la-commune-de-baule":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/equipements-et-services-sur-la-commune-de-baule_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "equipements-et-services-sur-la-commune-de-baule_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "coll_nom":
                {
                • "type":"string",
                • "title":"COLL_NOM",
                • "description":""
                }
                ,
              • "coll_siret":
                {
                • "type":"string",
                • "title":"COLL_SIRET",
                • "description":""
                }
                ,
              • "equip_uid":
                {
                • "type":"string",
                • "title":"EQUIP_UID",
                • "description":""
                }
                ,
              • "equip_theme":
                {
                • "type":"string",
                • "title":"EQUIP_THEME",
                • "description":""
                }
                ,
              • "equip_code":
                {
                • "type":"string",
                • "title":"EQUIP_CODE",
                • "description":""
                }
                ,
              • "equip_type":
                {
                • "type":"string",
                • "title":"EQUIP_TYPE",
                • "description":""
                }
                ,
              • "equip_nom":
                {
                • "type":"string",
                • "title":"EQUIP_NOM",
                • "description":""
                }
                ,
              • "adr_numero":
                {
                • "type":"string",
                • "title":"ADR_NUMERO",
                • "description":""
                }
                ,
              • "adr_nomvoie":
                {
                • "type":"string",
                • "title":"ADR_NOMVOIE",
                • "description":""
                }
                ,
              • "adr_codepostal":
                {
                • "type":"string",
                • "title":"ADR_CODEPOSTAL",
                • "description":""
                }
                ,
              • "adr_commune":
                {
                • "type":"string",
                • "title":"ADR_COMMUNE",
                • "description":""
                }
                ,
              • "adr_cle_interop":
                {
                • "type":"string",
                • "title":"ADR_CLE_INTEROP",
                • "description":""
                }
                ,
              • "erp_id":
                {
                • "type":"string",
                • "title":"ERP_ID",
                • "description":""
                }
                ,
              • "erp_type":
                {
                • "type":"string",
                • "title":"ERP_TYPE",
                • "description":""
                }
                ,
              • "erp_categorie":
                {
                • "type":"string",
                • "title":"ERP_CATEGORIE",
                • "description":""
                }
                ,
              • "equip_lat":
                {
                • "type":"string",
                • "title":"EQUIP_LAT",
                • "description":""
                }
                ,
              • "equip_long":
                {
                • "type":"string",
                • "title":"EQUIP_LONG",
                • "description":""
                }
                ,
              • "equip_ouverture":
                {
                • "type":"string",
                • "title":"EQUIP_OUVERTURE",
                • "description":""
                }
                ,
              • "equip_tel":
                {
                • "type":"string",
                • "title":"EQUIP_TEL",
                • "description":""
                }
                ,
              • "equip_email":
                {
                • "type":"string",
                • "title":"EQUIP_EMAIL",
                • "description":""
                }
                ,
              • "equip_web":
                {
                • "type":"string",
                • "title":"EQUIP_WEB",
                • "description":""
                }
                ,
              • "point_geo":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"point_geo",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires